home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / PLPL.XPI / bin / defaults / profile / chrome / userContent-example.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-04-23  |  869 b   |  44 lines

  1. /*
  2.  * Edit this file and copy it as userContent.css into your
  3.  * profile-directory/chrome/
  4.  */
  5.  
  6. /*
  7.  * This file can be used to apply a style to all web pages you view
  8.  * Rules without !important are overruled by author rules if the
  9.  * author sets any.  Rules with !important overrule author rules.
  10.  */
  11.  
  12. /*
  13.  * example: turn off "blink" element blinking
  14.  *
  15.  * blink { text-decoration: none ! important; }
  16.  *
  17.  */
  18.  
  19. /*
  20.  * example: give all tables a 2px border
  21.  *
  22.  * table { border: 2px solid; }
  23.  */
  24.  
  25. /*
  26.  * example: turn off "marquee" element
  27.  *
  28.  * marquee { -moz-binding: none; }
  29.  *
  30.  */
  31.  
  32. /*
  33.  * example: make search fields on www.mozilla.org black-on-white
  34.  *
  35.  * @-moz-document url-prefix(http://www.mozilla.org/) {
  36.  *   #q { background: white ! important; color: black ! important; }
  37.  * }
  38.  */
  39.  
  40. /* 
  41.  * For more examples see http://www.mozilla.org/unix/customizing.html
  42.  */
  43.  
  44.